Skip to content

chore(deps): update astral-sh/setup-uv action to v6.6.1 - abandoned#13

Closed
anaconda-renovate[bot] wants to merge 2 commits intomasterfrom
renovate/astral-sh-setup-uv-6.x
Closed

chore(deps): update astral-sh/setup-uv action to v6.6.1 - abandoned#13
anaconda-renovate[bot] wants to merge 2 commits intomasterfrom
renovate/astral-sh-setup-uv-6.x

Conversation

@anaconda-renovate
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
astral-sh/setup-uv action minor v6.3.1 -> v6.6.1
renovate update details

Field Value
manager github-actions
categories ci
datasource github-tags
depName astral-sh/setup-uv
depType¹ action
packageName astral-sh/setup-uv
sourceUrl https://github.com/astral-sh/setup-uv
updateType minor
versioning regex:^v?(?<major>\d+)(.(?<minor>\d+).(?<patch>\d+))?$

¹ only available for some managers


Release Notes

astral-sh/setup-uv (astral-sh/setup-uv)

v6.6.1: 🌈 Fix exclusions in cache-dependency-glob

Compare Source

Changes

Exclusions with a leading ! in the cache-dependency-glob did not work and got fixed with this release. Thank you @​KnisterPeter for raising this!

🐛 Bug fixes
🧰 Maintenance

v6.6.0: 🌈 Support for .tools-versions

Compare Source

Changes

This release adds support for asdf .tool-versions in the version-file input

🐛 Bug fixes
🚀 Enhancements
🧰 Maintenance

v6.5.0: 🌈 Better error messages, bug fixes and copilot agent settings

Compare Source

Changes

This release brings better error messages in case the GitHub API is impacted, fixes a few bugs and allows to disable problem matchers for better use in Copilot Agent workspaces.

🐛 Bug fixes
🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates

v6.4.3: 🌈 fix relative paths starting with dots

Compare Source

🐛 Bug fixes

v6.4.2: 🌈 Interpret relative inputs as under working-directory

Compare Source

Changes

This release will interpret relative paths in inputs as relative
to the value of working-directory (default is ${{ github.workspace }}) .
This means the following configuration

- uses: astral-sh/setup-uv@v6
   with:
     working-directory: /my/path
     cache-dependency-glob: uv.lock

will look for the cache-dependency-glob under /my/path/uv.lock

🐛 Bug fixes
🧰 Maintenance

v6.4.1: 🌈 Hotfix: Ignore deps starting with uv when finding uv version

Compare Source

Changes

Thank you @​phpmypython for raising a PR to fix this issue!

🐛 Bug fixes

v6.4.0: 🌈 Add input version-file

Compare Source

Changes

You can now use the version-file input to specify a file that contains the version of uv to install.
This can either be a pyproject.toml or uv.toml file which defines a required-version or
uv defined as a dependency in pyproject.toml or requirements.txt.

- name: Install uv based on the version defined in requirements.txt
  uses: astral-sh/setup-uv@v6
  with:
    version-file: "requirements.txt"
🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates

Configuration

📅 Schedule: Branch creation - "every weekday" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@anaconda-renovate
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@filiplajszczak filiplajszczak force-pushed the master branch 2 times, most recently from f9c653a to 906cdce Compare September 10, 2025 14:43
@anaconda-renovate anaconda-renovate bot changed the title chore(deps): update astral-sh/setup-uv action to v6.6.1 chore(deps): update astral-sh/setup-uv action to v6.6.1 - abandoned Oct 15, 2025
@anaconda-renovate
Copy link
Contributor Author

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments